Skip to content

ci: Remove incorrect use of continue-on-error #2203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

camelid
Copy link
Member

@camelid camelid commented Jan 9, 2025

cc #2030

This will cause the CI build to be marked successful even if the build
failed. Instead, use if: '!cancelled()' to always save the cache
(except when the job is cancelled), even if the linkcheck failed.

See https://stackoverflow.com/a/58859404 for more.

This will cause the CI build to be marked successful even if the build
failed. Instead, use `if: '!cancelled()'` to always save the cache
(except when the job is cancelled), even if the linkcheck failed.

See https://stackoverflow.com/a/58859404 for more.
Copy link
Contributor

@Kobzol Kobzol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this looks reasonable!

@Kobzol Kobzol merged commit d54ac94 into rust-lang:master Jan 9, 2025
1 check passed
@camelid camelid deleted the ci-fix branch January 9, 2025 21:39
@jieyouxu jieyouxu added A-CI Area: CI A-linkcheck Area: linkcheck labels Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-CI Area: CI A-linkcheck Area: linkcheck
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants